type runtime.finalizer
9 uses
runtime (current package)
mfinal.go#L32: fin [(finBlockSize - 2*goarch.PtrSize - 2*4) / unsafe.Sizeof(finalizer{})]finalizer
mfinal.go#L59: type finalizer struct {
mfinal.go#L122: if (unsafe.Sizeof(finalizer{}) != 5*goarch.PtrSize ||
mfinal.go#L123: unsafe.Offsetof(finalizer{}.fn) != 0 ||
mfinal.go#L124: unsafe.Offsetof(finalizer{}.arg) != goarch.PtrSize ||
mfinal.go#L125: unsafe.Offsetof(finalizer{}.nret) != 2*goarch.PtrSize ||
mfinal.go#L126: unsafe.Offsetof(finalizer{}.fint) != 3*goarch.PtrSize ||
mfinal.go#L127: unsafe.Offsetof(finalizer{}.ot) != 4*goarch.PtrSize) {
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |